public class UnmodifiableSortedMapPreSerial extends java.lang.Object implements PreSerial<java.util.SortedMap>
Title: UnmodifyListPreSerial.java
Description: java.util.Collections$UnmodifiableList serializable
bboss workgroup
Copyright (c) 2007
| Constructor and Description |
|---|
UnmodifiableSortedMapPreSerial() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getClazz()
获取预处理前的类型路径
|
java.lang.String |
getVClazz()
获取值类型,将会设置到
|
java.util.SortedMap |
posthandle(java.util.SortedMap object)
在反序列化后调用posthandle方法处理生成的对象
|
java.util.SortedMap |
prehandle(java.util.SortedMap object)
在序列化之前调用prehandle方法预处理对象
|
public java.util.SortedMap prehandle(java.util.SortedMap object)
PreSerialpublic java.util.SortedMap posthandle(java.util.SortedMap object)
PreSerialposthandle in interface PreSerial<java.util.SortedMap>public java.lang.String getClazz()
PreSerial