Interface SerializationDelegate<T>
-
- All Known Implementing Classes:
AbstractEncoderDelegate
,AbstractSerializationDelegate
,ArrayDelegate
,ArrayListDelegate
,AssociatedDataDelegate
,BasicContainerDelegate
,BasicTranslationPackageDelegate
,BitSetDelegate
,BooleanDelegate
,BorderUIResourceDelegate
,ByteArrayDelegate
,ColorStateDelegate
,CursorDelegate
,DefaultComponentDelegate
,DefaultObjectSerializationDelegate
,DimensionDelegate
,Ellipse2DDoubleDelegate
,Ellipse2DFloatDelegate
,EncoderFactoryDelegate
,EnumDelegate
,EnumMapDelegate
,EnumSetDelegate
,FontDelegate
,GeneralPathDelegate
,InsetsDelegate
,InteractionDescriptorDelegate
,LayoutConstraintsDelegate
,ListDelegate
,LocaleDelegate
,MapDelegate
,MethodDelegate
,Point2DDoubleDelegate
,Point2DFloatDelegate
,PointDelegate
,PrimitiveArrayDelegate
,ProjectTagDelegate
,PyStringDelegate
,QualifiedPathDelegate
,Rectangle2DDoubleDelegate
,Rectangle2DFloatDelegate
,RectangleDelegate
,RoundRectangle2DDoubleDelegate
,RoundRectangle2DFloatDelegate
,SetDelegate
,ShapeComponentDelegate
,TableDelegate
,TagEventScriptsDelegate
,TagPathDelegate
,TagPathDelegate2
,TreeMapDelegate
,WindowDelegate
public interface SerializationDelegate<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isSkipReferenceTracking()
Element
serialize(XMLSerializationContext context, T obj)
-
-
-
Method Detail
-
serialize
Element serialize(XMLSerializationContext context, T obj) throws SerializationException
- Throws:
SerializationException
-
isSkipReferenceTracking
boolean isSkipReferenceTracking()
-
-