Class ByteValueMapper

java.lang.Object
gov.nasa.jpl.aerie.contrib.serialization.mappers.ByteValueMapper
All Implemented Interfaces:
gov.nasa.jpl.aerie.merlin.framework.ValueMapper<Byte>

public final class ByteValueMapper extends Object implements gov.nasa.jpl.aerie.merlin.framework.ValueMapper<Byte>
  • Constructor Details

    • ByteValueMapper

      public ByteValueMapper()
  • Method Details

    • getValueSchema

      public gov.nasa.jpl.aerie.merlin.protocol.types.ValueSchema getValueSchema()
      Specified by:
      getValueSchema in interface gov.nasa.jpl.aerie.merlin.framework.ValueMapper<Byte>
    • deserializeValue

      public gov.nasa.jpl.aerie.merlin.framework.Result<Byte,String> deserializeValue(gov.nasa.jpl.aerie.merlin.protocol.types.SerializedValue serializedValue)
      Specified by:
      deserializeValue in interface gov.nasa.jpl.aerie.merlin.framework.ValueMapper<Byte>
    • serializeValue

      public gov.nasa.jpl.aerie.merlin.protocol.types.SerializedValue serializeValue(Byte value)
      Specified by:
      serializeValue in interface gov.nasa.jpl.aerie.merlin.framework.ValueMapper<Byte>