Akka.Serialization.SerializerWithStringManifest.Manifest C# (CSharp) Method

Manifest() public abstract method

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
return string
        public abstract string Manifest(object o);
    }