Class AbstractCLTypeBasic

    • Constructor Detail

      • AbstractCLTypeBasic

        protected AbstractCLTypeBasic​(java.lang.String typeName)
      • AbstractCLTypeBasic

        public AbstractCLTypeBasic()
    • Method Detail

      • isDeserializable

        public boolean isDeserializable()
        Description copied from class: AbstractCLType
        Indicates if the CLType does not contain an 'Any', or other un-deserializable child type from bytes. The reason for this is the 'Any' type does not provide a length for its bytes. This type information is obtained from the JSON metadata.
        Specified by:
        isDeserializable in class AbstractCLType
        Returns:
        true if can be serialized, i.e: a child, or child's child does not contain a deserializable value such as an 'Any' type.