Class CompositeSerializer<T>

java.lang.Object
com.dropbox.core.stone.StoneSerializer<T>
com.dropbox.core.stone.CompositeSerializer<T>
Direct Known Subclasses:
StructSerializer, UnionSerializer

public abstract class CompositeSerializer<T> extends StoneSerializer<T>
  • Field Details

  • Constructor Details

    • CompositeSerializer

      public CompositeSerializer()
  • Method Details

    • hasTag

      protected static boolean hasTag(com.fasterxml.jackson.core.JsonParser p) throws IOException, com.fasterxml.jackson.core.JsonParseException
      Throws:
      IOException
      com.fasterxml.jackson.core.JsonParseException
    • readTag

      protected static String readTag(com.fasterxml.jackson.core.JsonParser p) throws IOException, com.fasterxml.jackson.core.JsonParseException
      Throws:
      IOException
      com.fasterxml.jackson.core.JsonParseException
    • writeTag

      protected void writeTag(String tag, com.fasterxml.jackson.core.JsonGenerator g) throws IOException, com.fasterxml.jackson.core.JsonGenerationException
      Throws:
      IOException
      com.fasterxml.jackson.core.JsonGenerationException