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);
    }