This repository was archived by the owner on Jun 19, 2023. It is now read-only.
Collection or Custom, needing advice #80
Open
Description
Hey guys, needing some advice, @jeskew, maybe you know the answer...
I have Accounts
, that have a phones
attribute, that is a phone map.
{
phones: {
'phone1-with-uuid': {
number: '99999999',
areaCode: '00'
}
}
}
I was looking ate the collection
and I can't use a memberType for it, the mapper will do a auto-marshaller, rigth?
There is a way to make a custom use the scheme? Or we extend the mapper to understand this use case?
I want to do this to have a unique identifier on phone.