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

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

FieldIdMode enum nameSyncBinary
Markers enum nameSyncBinary
NewReader(IScanner< byte > input, Options?options=null) (defined in SyncBinary)SyncBinarystatic
NewReader(ReadOnlyMemory< byte > input, Options?options=null) (defined in SyncBinary)SyncBinarystatic
NewReader(byte[] input, Options?options=null) (defined in SyncBinary)SyncBinarystatic
NewWriter(IBufferWriter< byte >?output=null, Options?options=null) (defined in SyncBinary)SyncBinarystatic
Read< T >(ReadOnlyMemory< byte > input, SyncObjectFunc< Reader, T > sync, Options?options=null) (defined in SyncBinary)SyncBinaryinlinestatic
Read< T >(byte[] input, SyncObjectFunc< Reader, T > sync, Options?options=null) (defined in SyncBinary)SyncBinarystatic
Read< T, SyncObject >(ReadOnlyMemory< byte > input, SyncObject sync, Options?options=null) (defined in SyncBinary)SyncBinaryinlinestatic
Read< T, SyncObject >(byte[] input, SyncObject sync, Options?options=null) (defined in SyncBinary)SyncBinarystatic
ReadI< T >(ReadOnlyMemory< byte > input, SyncObjectFunc< ISyncManager, T > sync, Options?options=null) (defined in SyncBinary)SyncBinaryinlinestatic
ReadI< T >(byte[] input, SyncObjectFunc< ISyncManager, T > sync, Options?options=null) (defined in SyncBinary)SyncBinarystatic
Write< T >(T value, SyncObjectFunc< Writer, T > sync, Options?options=null) (defined in SyncBinary)SyncBinaryinlinestatic
Write< T, SyncObject >(T value, SyncObject sync, Options?options=null) (defined in SyncBinary)SyncBinaryinlinestatic
WriteI< T >(T value, SyncObjectFunc< ISyncManager, T > sync, Options?options=null) (defined in SyncBinary)SyncBinaryinlinestatic