Click or drag to resize

RuntimeTypeModel Class

Inheritance Hierarchy
SystemObject
  ProtoBuf.MetaTypeModel
    ProtoBuf.MetaRuntimeTypeModel

Namespace:  ProtoBuf.Meta
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public sealed class RuntimeTypeModel : TypeModel

The RuntimeTypeModel type exposes the following members.

Properties
Methods
  NameDescription
Public methodAdd
Public methodCanSerialize (Inherited from TypeModel.)
Public methodCanSerializeBasicType (Inherited from TypeModel.)
Public methodCanSerializeContractType (Inherited from TypeModel.)
Public methodCompile
Public methodCompile(RuntimeTypeModelCompilerOptions)
Public methodCompile(String, String)
Public methodCompileInPlace
Public methodCreateFormatter (Inherited from TypeModel.)
Public methodDeepClone (Inherited from TypeModel.)
Public methodDeserialize(Stream, Object, Type) (Inherited from TypeModel.)
Public methodDeserialize(ProtoReader, Object, Type) (Inherited from TypeModel.)
Public methodDeserialize(Stream, Object, Type, SerializationContext) (Inherited from TypeModel.)
Public methodDeserialize(Stream, Object, Type, Int32) (Inherited from TypeModel.)
Public methodDeserialize(Stream, Object, Type, Int32, SerializationContext) (Inherited from TypeModel.)
Public methodDeserializeItems(Stream, Type, PrefixStyle, Int32, SerializerTypeResolver) (Inherited from TypeModel.)
Public methodDeserializeItems(Stream, Type, PrefixStyle, Int32, SerializerTypeResolver, SerializationContext) (Inherited from TypeModel.)
Public methodDeserializeItemsT(Stream, PrefixStyle, Int32) (Inherited from TypeModel.)
Public methodDeserializeItemsT(Stream, PrefixStyle, Int32, SerializationContext) (Inherited from TypeModel.)
Public methodDeserializeWithLengthPrefix(Stream, Object, Type, PrefixStyle, Int32) (Inherited from TypeModel.)
Public methodDeserializeWithLengthPrefix(Stream, Object, Type, PrefixStyle, Int32, SerializerTypeResolver) (Inherited from TypeModel.)
Public methodDeserializeWithLengthPrefix(Stream, Object, Type, PrefixStyle, Int32, SerializerTypeResolver, Int32) (Inherited from TypeModel.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodFreeze
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetSchema (Overrides TypeModelGetSchema(Type).)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetTypes
Public methodIsDefined (Inherited from TypeModel.)
Public methodSerialize(Stream, Object) (Inherited from TypeModel.)
Public methodSerialize(ProtoWriter, Object) (Inherited from TypeModel.)
Public methodSerialize(Stream, Object, SerializationContext) (Inherited from TypeModel.)
Public methodSerializeWithLengthPrefix(Stream, Object, Type, PrefixStyle, Int32) (Inherited from TypeModel.)
Public methodSerializeWithLengthPrefix(Stream, Object, Type, PrefixStyle, Int32, SerializationContext) (Inherited from TypeModel.)
Public methodSetDefaultFactory
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Events
  NameDescription
Public eventDynamicTypeFormatting (Inherited from TypeModel.)
Public eventLockContended
Top
See Also