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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisSkipReferenceTracking()Elementserialize(XMLSerializationContext context, T obj)
 
- 
- 
- 
Method Detail- 
serializeElement serialize(XMLSerializationContext context, T obj) throws SerializationException - Throws:
- SerializationException
 
 - 
isSkipReferenceTrackingboolean isSkipReferenceTracking() 
 
- 
 
-