| Package | Description | 
|---|---|
| com.hazelcast.internal.serialization | Contains the private serialization API + implementation. | 
| com.hazelcast.internal.serialization.impl | |
| com.hazelcast.nio.serialization | Contains interfaces/classes related to serialization;
 such as serializer interfaces, input/output streams. | 
| Modifier and Type | Method and Description | 
|---|---|
| FieldDefinition | PortableContext. getFieldDefinition(ClassDefinition cd,
                  String name) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | FieldDefinitionImpl | 
| Modifier and Type | Method and Description | 
|---|---|
| FieldDefinition | ClassDefinitionImpl. getField(int fieldIndex) | 
| FieldDefinition | ClassDefinitionImpl. getField(String name) | 
| Modifier and Type | Method and Description | 
|---|---|
| FieldDefinition | ClassDefinition. getField(int fieldIndex)Gets the FieldDefinition for a given fieldIndex. | 
| FieldDefinition | ClassDefinition. getField(String name)Gets the FieldDefinition for a particular field. | 
Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.