Class Serialization
java.lang.Object
io.github.jeemv.springboot.vuejs.utilities.Serialization
Serialization
This class is part of springBoot-VueJS
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
serializeParts
(VuePart value, com.fasterxml.jackson.core.JsonGenerator gen, com.fasterxml.jackson.databind.SerializerProvider provider) static void
serializeParts
(VuePart value, com.fasterxml.jackson.core.JsonGenerator gen, com.fasterxml.jackson.databind.SerializerProvider provider, String keyQuote) static void
serializeVueElements
(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
-