Uses of Interface
eu.cloudnetservice.driver.document.SerialisationStyle
Packages that use SerialisationStyle
-
Uses of SerialisationStyle in eu.cloudnetservice.driver.document
Classes in eu.cloudnetservice.driver.document that implement SerialisationStyleModifier and TypeClassDescriptionenumDefines the standard serialisation styles.Methods in eu.cloudnetservice.driver.document with parameters of type SerialisationStyleModifier and TypeMethodDescriptionDocument.serializeToString(@NonNull SerialisationStyle style) Serializes this document to a string with the given style.voidDocument.writeTo(DataBuf.Mutable dataBuf, @NonNull SerialisationStyle style) Writes this document with the given style as a string to the given data buffer.voidDocument.writeTo(@NonNull OutputStream stream, @NonNull SerialisationStyle style) Writes this document with the given style to the given output stream.voidDocument.writeTo(@NonNull Appendable appendable, @NonNull SerialisationStyle style) Appends this document with the given style to the given appendable.voidDocument.writeTo(@NonNull Path path, @NonNull SerialisationStyle style) Writes this document with the given style into a file at the given path.