Class GeographicalSchemaSerializer
- java.lang.Object
-
- com._1c.g5.v8.dt.geographicalschema.files.GeographicalSchemaSerializer
-
public class GeographicalSchemaSerializer extends Object
Class for serializing/deserializingGeographicalSchema
-
-
Constructor Summary
Constructors Constructor Description GeographicalSchemaSerializer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GeographicalSchemadeserialize(IListInStream lis, IV8Project iv8Project)DeserializesGeographicalSchemavoidserialize(GeographicalSchema schema, IListOutStream los)SerializesGeographicalSchema
-
-
-
Method Detail
-
deserialize
public GeographicalSchema deserialize(IListInStream lis, IV8Project iv8Project) throws IllegalArgumentException
DeserializesGeographicalSchema- Parameters:
lis- input stream, cannot benulliv8Project- project to access configuration properties, cannot benull- Returns:
- deserialized
GeographicalSchema, nevernull - Throws:
IllegalArgumentException- if file has invalid format
-
serialize
public void serialize(GeographicalSchema schema, IListOutStream los)
SerializesGeographicalSchema- Parameters:
serializedSchema- schema to serialize, cannot benulllos- output stream, cannot benull
-
-