Class DeserializeField


  • public final class DeserializeField
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String fieldName
      The fieldName that could not be serialized.
      YAPIONAnyType ignoredValue
      The value that should have been serialized into the fieldName.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • fieldName

        public final java.lang.String fieldName
        The fieldName that could not be serialized.
      • ignoredValue

        public final YAPIONAnyType ignoredValue
        The value that should have been serialized into the fieldName.
    • Constructor Detail

      • DeserializeField

        public DeserializeField()