Class BinarySerializer


  • public class BinarySerializer
    extends Object
    Default serializer implementation.

    TODO: check on storing all the property ids at the beginning of the buffer, so to partial deserialize values is much more

    TODO: efficient, because it doesn't need to unmarshall all the values first.