Enhanced C#
Loyc library documentation
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
SyncProtobuf Member List

This is the complete list of members for SyncProtobuf, including all inherited members.

NewReader(ReadOnlyMemory< byte > input, Options?options=null) (defined in SyncProtobuf)SyncProtobufstatic
NewReader(byte[] input, Options?options=null) (defined in SyncProtobuf)SyncProtobufstatic
NewReader(IScanner< byte > input, Options?options=null) (defined in SyncProtobuf)SyncProtobufstatic
NewSchema(Options?options=null)SyncProtobufstatic
NewWriter(IBufferWriter< byte >?output=null, Options?options=null) (defined in SyncProtobuf)SyncProtobufstatic
Read< T >(ReadOnlyMemory< byte > input, SyncObjectFunc< Reader, T > sync, Options?options=null) (defined in SyncProtobuf)SyncProtobufinlinestatic
Read< T >(byte[] input, SyncObjectFunc< Reader, T > sync, Options?options=null) (defined in SyncProtobuf)SyncProtobufstatic
Read< T, SyncObject >(ReadOnlyMemory< byte > input, SyncObject sync, Options?options=null) (defined in SyncProtobuf)SyncProtobufinlinestatic
Read< T, SyncObject >(byte[] input, SyncObject sync, Options?options=null) (defined in SyncProtobuf)SyncProtobufstatic
ReadI< T >(ReadOnlyMemory< byte > input, SyncObjectFunc< ISyncManager, T > sync, Options?options=null) (defined in SyncProtobuf)SyncProtobufinlinestatic
ReadI< T >(byte[] input, SyncObjectFunc< ISyncManager, T > sync, Options?options=null) (defined in SyncProtobuf)SyncProtobufstatic
Write< T >(T value, SyncObjectFunc< Writer, T > sync, Options?options=null) (defined in SyncProtobuf)SyncProtobufinlinestatic
Write< T, SyncObject >(T value, SyncObject sync, Options?options=null) (defined in SyncProtobuf)SyncProtobufinlinestatic
WriteI< T >(T value, SyncObjectFunc< ISyncManager, T > sync, Options?options=null) (defined in SyncProtobuf)SyncProtobufinlinestatic
WriteSchema< T >(SyncObjectFunc< SchemaWriter, T > sync, Options?options=null)SyncProtobufinlinestatic
WriteSchema< T, SyncObject >(SyncObject sync, Options?options=null)SyncProtobufinlinestatic
WriteSchemaI< T >(SyncObjectFunc< ISyncManager, T > sync, Options?options=null)SyncProtobufinlinestatic
WriteSchemaString< T >(SyncObjectFunc< SchemaWriter, T > sync, Options?options=null)SyncProtobufstatic
WriteSchemaString< T, SyncObject >(SyncObject sync, Options?options=null)SyncProtobufstatic
WriteSchemaStringI< T >(SyncObjectFunc< ISyncManager, T > sync, Options?options=null)SyncProtobufstatic