Class Unknown

java.lang.Object
org.nustaq.serialization.coders.Unknown
All Implemented Interfaces:
Serializable

public class Unknown extends Object implements Serializable
Created by ruedi on 05/06/15. Can used by some Coders (namely Json) to represent objects of unknown classes. As binary codec's do not include fieldnames in their outputstream, this can only be supported for fieldname containing (but slow) codec's.
See Also: