Inheritance Hierarchy
Namespace:
ProtoBuf.Meta
Assembly:
RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntaxpublic abstract class TypeModel
The TypeModel type exposes the following members.
Constructors
Methods
| Name | Description |
---|
 | CanSerialize | |
 | CanSerializeBasicType | |
 | CanSerializeContractType | |
  | Create | |
 | CreateFormatter | |
 | DeepClone | |
 | Deserialize(Int32, Object, ProtoReader) | |
 | Deserialize(Stream, Object, Type) | |
 | Deserialize(ProtoReader, Object, Type) | |
 | Deserialize(Stream, Object, Type, SerializationContext) | |
 | Deserialize(Stream, Object, Type, Int32) | |
 | Deserialize(Stream, Object, Type, Int32, SerializationContext) | |
 | DeserializeItems(Stream, Type, PrefixStyle, Int32, SerializerTypeResolver) | |
 | DeserializeItems(Stream, Type, PrefixStyle, Int32, SerializerTypeResolver, SerializationContext) | |
 | DeserializeItemsT(Stream, PrefixStyle, Int32) | |
 | DeserializeItemsT(Stream, PrefixStyle, Int32, SerializationContext) | |
 | DeserializeWithLengthPrefix(Stream, Object, Type, PrefixStyle, Int32) | |
 | DeserializeWithLengthPrefix(Stream, Object, Type, PrefixStyle, Int32, SerializerTypeResolver) | |
 | DeserializeWithLengthPrefix(Stream, Object, Type, PrefixStyle, Int32, SerializerTypeResolver, Int32) | |
 | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
 | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
 | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
 | GetKey | |
 | GetKeyImpl | |
 | GetSchema | |
 | GetType | Gets the Type of the current instance. (Inherited from Object.) |
 | IsDefined | |
 | MapType(Type) | |
 | MapType(Type, Boolean) | |
 | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
  | ResolveProxies | |
 | Serialize(Stream, Object) | |
 | Serialize(ProtoWriter, Object) | |
 | Serialize(Int32, Object, ProtoWriter) | |
 | Serialize(Stream, Object, SerializationContext) | |
 | SerializeWithLengthPrefix(Stream, Object, Type, PrefixStyle, Int32) | |
 | SerializeWithLengthPrefix(Stream, Object, Type, PrefixStyle, Int32, SerializationContext) | |
  | ThrowCannotCreateInstance | |
  | ThrowUnexpectedSubtype | |
  | ThrowUnexpectedType | |
 | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
Events
See Also