pylonEncode abstract method

String pylonEncode(
  1. T value
)

Encoding expects to encode value, NOT this instance!

Implementation

String pylonEncode(T value);