Uses of Interface
eu.cloudnetservice.driver.document.SerialisationStyle
Packages that use SerialisationStyle
Package
Description
-
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(@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.voidDocument.writeTo(DataBuf.Mutable dataBuf, @NonNull SerialisationStyle style) Writes this document with the given style as a string to the given data buffer. -
Uses of SerialisationStyle in eu.cloudnetservice.driver.document.empty
Methods in eu.cloudnetservice.driver.document.empty with parameters of type SerialisationStyleModifier and TypeMethodDescriptionEmptyDocument.serializeToString(@NonNull SerialisationStyle style) Serializes this document to a string with the given style.voidEmptyDocument.writeTo(@NonNull OutputStream stream, @NonNull SerialisationStyle style) Writes this document with the given style to the given output stream.voidEmptyDocument.writeTo(@NonNull Appendable appendable, @NonNull SerialisationStyle style) Appends this document with the given style to the given appendable.voidEmptyDocument.writeTo(@NonNull Path path, @NonNull SerialisationStyle style) Writes this document with the given style into a file at the given path.voidEmptyDocument.writeTo(DataBuf.Mutable dataBuf, @NonNull SerialisationStyle style) Writes this document with the given style as a string to the given data buffer. -
Uses of SerialisationStyle in eu.cloudnetservice.driver.document.gson
Methods in eu.cloudnetservice.driver.document.gson with parameters of type SerialisationStyleModifier and TypeMethodDescriptionprivate @NonNull com.google.gson.GsonImmutableGsonDocument.resolveSerialisationGsonInstance(@NonNull SerialisationStyle style) Resolves the gson instance to use to serialize this document, throwing an exception if the given serialisation style is not supported.ImmutableGsonDocument.serializeToString(@NonNull SerialisationStyle style) Serializes this document to a string with the given style.voidImmutableGsonDocument.writeTo(@NonNull OutputStream stream, @NonNull SerialisationStyle style) Writes this document with the given style to the given output stream.voidImmutableGsonDocument.writeTo(@NonNull Appendable appendable, @NonNull SerialisationStyle style) Appends this document with the given style to the given appendable.voidImmutableGsonDocument.writeTo(@NonNull Path path, @NonNull SerialisationStyle style) Writes this document with the given style into a file at the given path.voidImmutableGsonDocument.writeTo(DataBuf.Mutable dataBuf, @NonNull SerialisationStyle style) Writes this document with the given style as a string to the given data buffer.