org.infinispan.marshall
Annotation Type SerializeWith


@Retention(value=RUNTIME)
@Target(value=TYPE)
@Inherited
@Documented
public @interface SerializeWith

Indicate that this class should be serialized with an instance of the given externalizer class.

Since:
5.0
Author:
Galder ZamarreƱo

Required Element Summary
 Class<? extends Externalizer> value
          Specify the externalizer class to be used by the annotated class.
 

Element Detail

value

public abstract Class<? extends Externalizer> value
Specify the externalizer class to be used by the annotated class.

Returns:
the externalizer type

-->

Copyright © 2011 JBoss, a division of Red Hat. All Rights Reserved.