Package 

Object QueryFormat

  • All Implemented Interfaces:
    kotlinx.serialization.SerialFormat , kotlinx.serialization.StringFormat

    
    public class QueryFormat
     implements StringFormat
                        
    • Method Summary

      Modifier and Type Method Description
      <T extends Any> String encodeToString(SerializationStrategy<T> serializer, T value)
      <T extends Any> T decodeFromString(DeserializationStrategy<T> deserializer, String string)
      SerializersModule getSerializersModule()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait