Package com.mongodb.util
Interface ObjectSerializer
-
Deprecated.there is no replacement for this interface
@Deprecated public interface ObjectSerializer
Interface describing methods for serializing an object to a string.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description Stringserialize(Object obj)Deprecated.Serializesobj.voidserialize(Object obj, StringBuilder buf)Deprecated.Serializesobjintobuf.
-
-
-
Method Detail
-
serialize
void serialize(Object obj, StringBuilder buf)
Deprecated.Serializesobjintobuf.- Parameters:
obj- object to serializebuf- buffer to serialize into
-
-