Interface MetadataSectionSerializer

All Superinterfaces:
com.google.gson.JsonDeserializer
All Known Implementing Classes:
AnimationMetadataSectionSerializer, BaseMetadataSectionSerializer, FontMetadataSectionSerializer, LanguageMetadataSectionSerializer, PackMetadataSectionSerializer, TextureMetadataSectionSerializer

public interface MetadataSectionSerializer extends com.google.gson.JsonDeserializer
  • Method Summary

    Modifier and Type
    Method
    Description
    The name of this section type as it appears in JSON.

    Methods inherited from interface com.google.gson.JsonDeserializer

    deserialize
  • Method Details

    • getSectionName

      String getSectionName()
      The name of this section type as it appears in JSON.