com.googlecode.icegem.serialization
Annotation Type AutoSerializable


@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface AutoSerializable

Annotation on class for that we create DataSerializer.

Author:
igolovach

Required Element Summary
 int dataSerializerID
           
 
Optional Element Summary
 byte versionHistoryLength
           
 

Element Detail

dataSerializerID

public abstract int dataSerializerID

versionHistoryLength

public abstract byte versionHistoryLength
Default:
2


Copyright © 2011. All Rights Reserved.