Uses of Enum Class
ua.mcchickenstudio.opencreative.indev.values.CodingValue.Saver
Packages that use CodingValue.Saver
-
Uses of CodingValue.Saver in ua.mcchickenstudio.opencreative.indev.values
Subclasses with type arguments of type CodingValue.Saver in ua.mcchickenstudio.opencreative.indev.valuesMethods in ua.mcchickenstudio.opencreative.indev.values that return CodingValue.SaverModifier and TypeMethodDescriptionstatic CodingValue.SaverReturns the enum constant of this class with the specified name.static CodingValue.Saver[]CodingValue.Saver.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in ua.mcchickenstudio.opencreative.indev.values with parameters of type CodingValue.SaverModifier and TypeMethodDescriptionabstract TCodingValue.deserialize(@NotNull Object value, @NotNull CodingValue.Saver type) Parses object and creates value from it.@Nullable StringTextCodingValue.deserialize(@NotNull Object value, @NotNull CodingValue.Saver type) abstract @NotNull ObjectCodingValue.serialize(T value, @NotNull CodingValue.Saver type) Saves value as string or map object to save it in file.@NotNull ObjectTextCodingValue.serialize(@NotNull String value, @NotNull CodingValue.Saver type)