public class BinaryClassDescriptor extends Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
excluded()
Checks whether the class values are explicitly excluded from marshalling.
|
boolean |
isWriteReplace() |
boolean |
registered() |
void |
registerStableSchema()
Register current stable schema if applicable.
|
String |
toString() |
int |
typeId() |
boolean |
useOptimizedMarshaller() |
Object |
writeReplace(Object obj)
Perform write replace.
|
public int typeId()
public boolean registered()
public boolean useOptimizedMarshaller()
true if OptimizedMarshaller must be used instead of BinaryMarshaller
for object serialization and deserialization.public boolean excluded()
true if excluded, false otherwise.public boolean isWriteReplace()
True if write-replace should be performed for class.public Object writeReplace(Object obj)
obj - Original object.public void registerStableSchema()
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.11.0 Release Date : September 11 2021