Uses of Interface
org.adempiere.pipo2.IPackSerializer
Packages that use IPackSerializer
-
Uses of IPackSerializer in org.adempiere.pipo2
Classes in org.adempiere.pipo2 that implement IPackSerializerModifier and TypeClassDescriptionclassIPackSerializer that writes a 2Pack as JSON.classIPackSerializer adapter over an existing SAX TransformerHandler.classIPackSerializer that writes a 2Pack as YAML.Methods in org.adempiere.pipo2 with parameters of type IPackSerializerModifier and TypeMethodDescriptionprotected voidAbstractElementHandler.addTextProperty(IPackSerializer serializer, String qName, String text) voidElementHandler.packOut(PackOut packout, IPackSerializer packoutSerializer, TransformerHandler docHandler, int recordId) Export a record using the provided format-agnostic serializer.default voidElementHandler.packOut(PackOut packout, IPackSerializer packoutSerializer, TransformerHandler docHandler, int recordId, String uuid) Export a record identified by UUID (default delegates to id-based method).Constructors in org.adempiere.pipo2 with parameters of type IPackSerializer