Akka.Serialization.SerializerWithStringManifest.Manifest C# (CSharp) Méthode

Manifest() public abstract méthode

Return the manifest (type hint) that will be provided in the fromBinary method. Return string.Empty if not needed.
public abstract Manifest ( object o ) : string
o object
Résultat string
        public abstract string Manifest(object o);
    }