Uses of Class
org.praxislive.core.types.PBytes
Packages that use PBytes
-
Uses of PBytes in org.praxislive.core.types
Fields in org.praxislive.core.types declared as PBytesMethods in org.praxislive.core.types that return PBytesModifier and TypeMethodDescriptionstatic PBytesPBytes.of(List<? extends DataObject> list) Encode the provided List of DataObject subclasses into a new PBytesstatic PBytesstatic PBytesPBytes.serialize(Serializable obj) Create a PBytes of the serialized form of the provided object.PBytes.OutputStream.toBytes()<T extends DataObject>
PBytesPBytes.transformIn(T container, Consumer<T> transformer) Transform data by iterating into provided container and calling provided consumer before writing container into new PBytesstatic PBytesPBytes.valueOf(byte[] bytes) Methods in org.praxislive.core.types that return types with arguments of type PBytes