Class Serialization
java.lang.Object
io.github.jeemv.springboot.vuejs.utilities.Serialization
Serialization
This class is part of springBoot-VueJS
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidserializeParts(VuePart value, com.fasterxml.jackson.core.JsonGenerator gen, com.fasterxml.jackson.databind.SerializerProvider provider) static voidserializeParts(VuePart value, com.fasterxml.jackson.core.JsonGenerator gen, com.fasterxml.jackson.databind.SerializerProvider provider, String keyQuote) static voidserializeVueElements(AbstractVueJS value, com.fasterxml.jackson.core.JsonGenerator gen, com.fasterxml.jackson.databind.SerializerProvider provider)
-
Constructor Details
-
Serialization
public Serialization()
-
-
Method Details
-
serializeParts
public static void serializeParts(VuePart value, com.fasterxml.jackson.core.JsonGenerator gen, com.fasterxml.jackson.databind.SerializerProvider provider, String keyQuote) throws IOException - Throws:
IOException
-
serializeParts
public static void serializeParts(VuePart value, com.fasterxml.jackson.core.JsonGenerator gen, com.fasterxml.jackson.databind.SerializerProvider provider) throws IOException - Throws:
IOException
-
serializeVueElements
public static void serializeVueElements(AbstractVueJS value, com.fasterxml.jackson.core.JsonGenerator gen, com.fasterxml.jackson.databind.SerializerProvider provider) throws IOException - Throws:
IOException
-