Package io.vertx.up.uca.serialization
Interface Saber
-
- All Known Implementing Classes:
BaseSaber,BigDecimalSaber,BooleanSaber,BufferSaber,ByteArraySaber,CollectionSaber,CommonSaber,DateSaber,DecimalSaber,DoubleSaber,EnumSaber,FileSaber,FloatSaber,IntegerSaber,Java8DataTimeSaber,JsonArraySaber,JsonObjectSaber,JsonSaber,LongSaber,NumericSaber,ShortSaber,StringBufferSaber,StringSaber,VisSaber
public interface SaberFor field serialization
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Objectfrom(Class<?> type, String literal)String to object<T> Objectfrom(T input)T to object
-