| Package | Description |
|---|---|
| com.milaboratory.core.io.binary |
Contains
PrimitivIO (see com.milaboratory.primitivio) serializers for MiLib classes that don't need
access to package only constructors and fields. |
| com.milaboratory.primitivio |
| Modifier and Type | Method and Description |
|---|---|
void |
AlignmentSerializer.write(PrimitivO output,
Alignment object) |
void |
RangeSerializer.write(PrimitivO output,
Range object) |
| Modifier and Type | Field and Description |
|---|---|
protected PrimitivO |
PWriter.output |
| Modifier and Type | Method and Description |
|---|---|
void |
JSONSerializer.write(PrimitivO output,
Object object) |
void |
DefaultSerializersProviderImpl.CustomEnumSerializer.write(PrimitivO output,
Object object) |
void |
CustomSerializerImpl.write(PrimitivO output,
Object object) |
void |
Serializer.write(PrimitivO output,
T object) |
static void |
Util.writeList(List<?> list,
PrimitivO output) |
static <K,V> void |
Util.writeMap(Map<K,V> map,
PrimitivO output) |
| Constructor and Description |
|---|
PWriter(PrimitivO output) |
Copyright © 2018. All rights reserved.