Cbf
object Cbf
Functions
Link copied to clipboard
Adds a way to create a specific MutableCollection type when using the built-in collection serializer.
Link copied to clipboard
Adds a way to create a specific MutableMap type when using the built-in map serializer.
Link copied to clipboard
Configures which Enum types should be serialized by their ordinal value instead of their name, when using the built-in enum serializers.
Link copied to clipboard
Gets a BinarySerializer for the reified type T.
Gets a BinarySerializer for the given type.
Link copied to clipboard
Link copied to clipboard
Registers a BinarySerializer that serializes, deserializes, and copies the exact type T?.
Link copied to clipboard
Registers a BinarySerializerFactory that will be queried for serializers.
Link copied to clipboard
Sets the CbfSecurityManager that decides whether a serializer for a given type can be created.
Link copied to clipboard