Akka.Serialization.SerializerWithStringManifest.Manifest C# (CSharp) 메소드

Manifest() 공개 추상적인 메소드

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