FamilySearch/gedcomx-php

Can we remove transient properties?

Closed this issue · 2 comments

The functionality is defined by the HasTransientProperties and implemented by ExtensibleData but I can't find any uses of it. Do we need it? Does anybody know what it's there for?

In the Java SDK, it's used to pass around properties and values that we don't want serialized.

Looks like this was removed during the gedcomx-php-client split. (I don't remember doing that)