Package | Description |
---|---|
ezvcard.io |
Contains I/O related classes.
|
ezvcard.io.chain |
Contains classes used in the chaining API.
|
ezvcard.io.json |
Contains classes that can read/write jCards (JSON-encoded vCards).
|
ezvcard.io.scribe |
Contains classes that know how to marshal and unmarshal a property in each vCard format.
|
Class and Description |
---|
ScribeIndex
Manages a collection of property scribes (aka "marshallers" or "serializers")
to use when reading or writing a vCard.
|
VCardPropertyScribe
Base class for vCard property scribes (aka "marshallers" or "serializers").
|
Class and Description |
---|
VCardPropertyScribe
Base class for vCard property scribes (aka "marshallers" or "serializers").
|
Class and Description |
---|
ScribeIndex
Manages a collection of property scribes (aka "marshallers" or "serializers")
to use when reading or writing a vCard.
|
VCardPropertyScribe
Base class for vCard property scribes (aka "marshallers" or "serializers").
|
Class and Description |
---|
BinaryPropertyScribe
Marshals properties that have binary data.
|
DateOrTimePropertyScribe
Marshals properties with date-time values.
|
ImagePropertyScribe
Marshals properties that contain images.
|
ListPropertyScribe
Marshals properties that contain a list of values.
|
PlacePropertyScribe
Marshals
PlaceProperty properties. |
SimplePropertyScribe
Marshals properties that have just a single value thats need no parsing or
writing logic and that always has the same data type.
|
StringPropertyScribe
Marshals properties that contain a single string value (like text or a URI).
|
UriPropertyScribe
Marshals properties that have URI values.
|
VCardPropertyScribe
Base class for vCard property scribes (aka "marshallers" or "serializers").
|
VCardPropertyScribe.DateWriter
A helper class for writing date values.
|
Copyright © 2012–2023 Michael Angstadt. All rights reserved.